Html Css Color HEX #BFB802 La Rioja

📋 copy color: '#BFB802'

red 191 ◦ green 184 ◦ blue 2

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

Shades of La Rioja #BFB802

Tints of La Rioja #BFB802

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.81%

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

R = 50.66%
G = 48.81%
B = 0.53%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#BFB802 (or 0xBFB802) is known color: La Rioja. HEX triplet: BF, B8 and 02. RGB value is (191,184,2). Sum of RGB (Red+Green+Blue) = 191+184+2=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 2 (1.17% from 255 or 0.53% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB802 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB802 is #4047FD. Grayscale: #A6A6A6. Windows color (decimal): -4212734 or 178367. OLE color: 178367.

HSL color Cylindrical-coordinate representation of color #BFB802: hue angle of 57.78º 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 #BFB802 is Cyan = 0, Magento = 0.04, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 184 2 -
CMYK 0 0.04 0.99 0.25
HSL 57.78º 0.98% 0.38% -
HSV(B) 57.78º 0.99% 0.75% -
XYZ 38.64 45.36 6.78 -
YUV 165.35 35.82 146.3 -
System Red Green Blue C M Y K H S L
Decimal 191 184 2 0 0.04 0.99 0.25 57.78 0.98 0.38
Hex BF B8 2 0 4 63 19 3A 62 26
Octal 277 270 2 0 4 143 31 72 142 46
Binary 10111111 10111000 10 0 100 1100011 11001 111010 1100010 100110

Color Harmonies of #BFB802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB802

Black with #BFB802

Text Example


Text Example

White with #BFB802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB802; }

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

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

background-color css

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

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

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

border-color css

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

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

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