Html Css Color HEX #BFB007 La Rioja

📋 copy color: '#BFB007'

red 191 ◦ green 176 ◦ blue 7

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

Shades of La Rioja #BFB007

Tints of La Rioja #BFB007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 51.07%
G = 47.06%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BFB007 (or 0xBFB007) is known color: La Rioja. HEX triplet: BF, B0 and 07. RGB value is (191,176,7). Sum of RGB (Red+Green+Blue) = 191+176+7=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 176 (69.14% from 255 or 47.06% from 374); Blue value is 7 (3.12% from 255 or 1.87% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BFB007 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFB007 is #404FF8. Grayscale: #A1A1A1. Windows color (decimal): -4214777 or 503999. OLE color: 503999.

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

Color convert

RGB 191 176 7 -
CMYK 0 0.08 0.96 0.25
HSL 55.11º 0.93% 0.39% -
HSV(B) 55.11º 0.96% 0.75% -
XYZ 37.05 42.14 6.38 -
YUV 161.22 40.97 149.24 -
System Red Green Blue C M Y K H S L
Decimal 191 176 7 0 0.08 0.96 0.25 55.11 0.93 0.39
Hex BF B0 7 0 8 60 19 37 5D 27
Octal 277 260 7 0 10 140 31 67 135 47
Binary 10111111 10110000 111 0 1000 1100000 11001 110111 1011101 100111

Color Harmonies of #BFB007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFB007

Black with #BFB007

Text Example


Text Example

White with #BFB007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFB007; }

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

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

background-color css

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

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

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

border-color css

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

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

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