Html Css Color HEX #BFAD0D La Rioja

📋 copy color: '#BFAD0D'

red 191 ◦ green 173 ◦ blue 13

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

Shades of La Rioja #BFAD0D

Tints of La Rioja #BFAD0D

RGB

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

 GREEN value IS 173 (67.97% from 255) = 45.89%

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

R = 50.66%
G = 45.89%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BFAD0D (or 0xBFAD0D) is known color: La Rioja. HEX triplet: BF, AD and 0D. RGB value is (191,173,13). Sum of RGB (Red+Green+Blue) = 191+173+13=377 (49% of max value = 765). Red value is 191 (75% from 255 or 50.66% from 377); Green value is 173 (67.97% from 255 or 45.89% from 377); Blue value is 13 (5.47% from 255 or 3.45% from 377); Max value from RGB is 191 - color contains mainly: red. Hex color #BFAD0D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BFAD0D is #4052F2. Grayscale: #A0A0A0. Windows color (decimal): -4215539 or 896447. OLE color: 896447.

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

Color convert

RGB 191 173 13 -
CMYK 0 0.09 0.93 0.25
HSL 53.93º 0.87% 0.4% -
HSV(B) 53.93º 0.93% 0.75% -
XYZ 36.5 40.99 6.37 -
YUV 160.14 44.96 150.01 -
System Red Green Blue C M Y K H S L
Decimal 191 173 13 0 0.09 0.93 0.25 53.93 0.87 0.4
Hex BF AD D 0 9 5D 19 36 57 28
Octal 277 255 15 0 11 135 31 66 127 50
Binary 10111111 10101101 1101 0 1001 1011101 11001 110110 1010111 101000

Color Harmonies of #BFAD0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAD0D

Black with #BFAD0D

Text Example


Text Example

White with #BFAD0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAD0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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