Html Css Color HEX #BFB004 La Rioja

📋 copy color: '#BFB004'

red 191 ◦ green 176 ◦ blue 4

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

Shades of La Rioja #BFB004

Tints of La Rioja #BFB004

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.44%

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

R = 51.48%
G = 47.44%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#BFB004 (or 0xBFB004) is known color: La Rioja. HEX triplet: BF, B0 and 04. RGB value is (191,176,4). Sum of RGB (Red+Green+Blue) = 191+176+4=371 (49% of max value = 765). Red value is 191 (75% from 255 or 51.48% from 371); Green value is 176 (69.14% from 255 or 47.44% from 371); Blue value is 4 (1.95% from 255 or 1.08% from 371); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB004 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB004 is #404FFB. Grayscale: #A1A1A1. Windows color (decimal): -4214780 or 307391. OLE color: 307391.

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

Color convert

RGB 191 176 4 -
CMYK 0 0.08 0.98 0.25
HSL 55.19º 0.96% 0.38% -
HSV(B) 55.19º 0.98% 0.75% -
XYZ 37.03 42.14 6.3 -
YUV 160.88 39.47 149.49 -
System Red Green Blue C M Y K H S L
Decimal 191 176 4 0 0.08 0.98 0.25 55.19 0.96 0.38
Hex BF B0 4 0 8 62 19 37 60 26
Octal 277 260 4 0 10 142 31 67 140 46
Binary 10111111 10110000 100 0 1000 1100010 11001 110111 1100000 100110

Color Harmonies of #BFB004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB004

Black with #BFB004

Text Example


Text Example

White with #BFB004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB004; }

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

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

background-color css

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

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

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

border-color css

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

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

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