Html Css Color HEX #BFAF07 La Rioja

📋 copy color: '#BFAF07'

red 191 ◦ green 175 ◦ blue 7

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

Shades of La Rioja #BFAF07

Tints of La Rioja #BFAF07

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.92%

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

R = 51.21%
G = 46.92%
B = 1.88%

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

#BFAF07 (or 0xBFAF07) is known color: La Rioja. HEX triplet: BF, AF and 07. RGB value is (191,175,7). Sum of RGB (Red+Green+Blue) = 191+175+7=373 (49% of max value = 765). Red value is 191 (75% from 255 or 51.21% from 373); Green value is 175 (68.75% from 255 or 46.92% from 373); Blue value is 7 (3.12% from 255 or 1.88% from 373); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAF07 is #4050F8. Grayscale: #A1A1A1. Windows color (decimal): -4215033 or 503743. OLE color: 503743.

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

Color convert

RGB 191 175 7 -
CMYK 0 0.08 0.96 0.25
HSL 54.78º 0.93% 0.39% -
HSV(B) 54.78º 0.96% 0.75% -
XYZ 36.85 41.75 6.32 -
YUV 160.63 41.3 149.66 -
System Red Green Blue C M Y K H S L
Decimal 191 175 7 0 0.08 0.96 0.25 54.78 0.93 0.39
Hex BF AF 7 0 8 60 19 37 5D 27
Octal 277 257 7 0 10 140 31 67 135 47
Binary 10111111 10101111 111 0 1000 1100000 11001 110111 1011101 100111

Color Harmonies of #BFAF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF07

Black with #BFAF07

Text Example


Text Example

White with #BFAF07

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF07; }

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

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

background-color css

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

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

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

border-color css

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

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

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