Html Css Color HEX #BFB804 La Rioja

📋 copy color: '#BFB804'

red 191 ◦ green 184 ◦ blue 4

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

Shades of La Rioja #BFB804

Tints of La Rioja #BFB804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.06%

R = 50.4%
G = 48.55%
B = 1.06%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BFB804 (or 0xBFB804) is known color: La Rioja. HEX triplet: BF, B8 and 04. RGB value is (191,184,4). Sum of RGB (Red+Green+Blue) = 191+184+4=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 184 (72.27% from 255 or 48.55% from 379); Blue value is 4 (1.95% from 255 or 1.06% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB804 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BFB804 is #4047FB. Grayscale: #A6A6A6. Windows color (decimal): -4212732 or 309439. OLE color: 309439.

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

Color convert

RGB 191 184 4 -
CMYK 0 0.04 0.98 0.25
HSL 57.75º 0.96% 0.38% -
HSV(B) 57.75º 0.98% 0.75% -
XYZ 38.65 45.37 6.83 -
YUV 165.57 36.82 146.14 -
System Red Green Blue C M Y K H S L
Decimal 191 184 4 0 0.04 0.98 0.25 57.75 0.96 0.38
Hex BF B8 4 0 4 62 19 3A 60 26
Octal 277 270 4 0 4 142 31 72 140 46
Binary 10111111 10111000 100 0 100 1100010 11001 111010 1100000 100110

Color Harmonies of #BFB804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB804

Black with #BFB804

Text Example


Text Example

White with #BFB804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB804; }

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

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

background-color css

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

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

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

border-color css

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

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

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