Html Css Color HEX #BFB902 La Rioja

📋 copy color: '#BFB902'

red 191 ◦ green 185 ◦ blue 2

#BFB902
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BFB902

Tints of La Rioja #BFB902

RGB

 RED value IS 191 (75% from 255) = 50.53%

 GREEN value IS 185 (72.66% from 255) = 48.94%

 BLUE value IS 2 (1.17% from 255) = 0.53%

R = 50.53%
G = 48.94%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BFB902 (or 0xBFB902) is known color: La Rioja. HEX triplet: BF, B9 and 02. RGB value is (191,185,2). Sum of RGB (Red+Green+Blue) = 191+185+2=378 (50% of max value = 765). Red value is 191 (75% from 255 or 50.53% from 378); Green value is 185 (72.66% from 255 or 48.94% from 378); Blue value is 2 (1.17% from 255 or 0.53% from 378); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB902 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB902 is #4046FD. Grayscale: #A6A6A6. Windows color (decimal): -4212478 or 178623. OLE color: 178623.

HSL color Cylindrical-coordinate representation of color #BFB902: hue angle of 58.1º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BFB902 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 185 2 -
CMYK 0 0.03 0.99 0.25
HSL 58.1º 0.98% 0.38% -
HSV(B) 58.1º 0.99% 0.75% -
XYZ 38.85 45.78 6.85 -
YUV 165.93 35.49 145.88 -
System Red Green Blue C M Y K H S L
Decimal 191 185 2 0 0.03 0.99 0.25 58.1 0.98 0.38
Hex BF B9 2 0 3 63 19 3A 62 26
Octal 277 271 2 0 3 143 31 72 142 46
Binary 10111111 10111001 10 0 11 1100011 11001 111010 1100010 100110

Color Harmonies of #BFB902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB902

Black with #BFB902

Text Example


Text Example

White with #BFB902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB902; }

 p { color: rgb(191,185,2); }

 H1.HeaderClassName
 {
   color: #BFB902;
 }
 .AnyTagClassName
 {
   color: #BFB902;
 }
</style>

background-color css

<style>
 a { background-color: #BFB902; }

 a { background-color: rgb(191,185,2); }

 div.DivClassName
 {
   background-color: #BFB902;
 }
 .BgClassName
 {
   background-color: #BFB902;
 }
</style>

border-color css

<style>
 span { border-color: #BFB902; }

 span { border-color: rgb(191,185,2); }

 td.TdClassName
 {
   border-color: #BFB902;
 }
 .TagClassName
 {
   border-color: #BFB902;
 }
</style>