Html Css Color HEX #BFAF0D La Rioja

📋 copy color: '#BFAF0D'

red 191 ◦ green 175 ◦ blue 13

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

Shades of La Rioja #BFAF0D

Tints of La Rioja #BFAF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.43%

R = 50.4%
G = 46.17%
B = 3.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BFAF0D (or 0xBFAF0D) is known color: La Rioja. HEX triplet: BF, AF and 0D. RGB value is (191,175,13). Sum of RGB (Red+Green+Blue) = 191+175+13=379 (50% of max value = 765). Red value is 191 (75% from 255 or 50.40% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 13 (5.47% from 255 or 3.43% from 379); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAF0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAF0D is #4050F2. Grayscale: #A1A1A1. Windows color (decimal): -4215027 or 896959. OLE color: 896959.

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

Color convert

RGB 191 175 13 -
CMYK 0 0.08 0.93 0.25
HSL 54.61º 0.87% 0.4% -
HSV(B) 54.61º 0.93% 0.75% -
XYZ 36.89 41.77 6.5 -
YUV 161.32 44.3 149.17 -
System Red Green Blue C M Y K H S L
Decimal 191 175 13 0 0.08 0.93 0.25 54.61 0.87 0.4
Hex BF AF D 0 8 5D 19 37 57 28
Octal 277 257 15 0 10 135 31 67 127 50
Binary 10111111 10101111 1101 0 1000 1011101 11001 110111 1010111 101000

Color Harmonies of #BFAF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAF0D

Black with #BFAF0D

Text Example


Text Example

White with #BFAF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAF0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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