Html Css Color HEX #BDBF0C La Rioja

📋 copy color: '#BDBF0C'

red 189 ◦ green 191 ◦ blue 12

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

Shades of La Rioja #BDBF0C

Tints of La Rioja #BDBF0C

RGB

 RED value IS 189 (74.22% from 255) = 48.21%

 GREEN value IS 191 (75% from 255) = 48.72%

 BLUE value IS 12 (5.08% from 255) = 3.06%

R = 48.21%
G = 48.72%
B = 3.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BDBF0C (or 0xBDBF0C) is known color: La Rioja. HEX triplet: BD, BF and 0C. RGB value is (189,191,12). Sum of RGB (Red+Green+Blue) = 189+191+12=392 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.21% from 392); Green value is 191 (75% from 255 or 48.72% from 392); Blue value is 12 (5.08% from 255 or 3.06% from 392); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBF0C is #4240F3. Grayscale: #AAAAAA. Windows color (decimal): -4342004 or 835517. OLE color: 835517.

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

Color convert

RGB 189 191 12 -
CMYK 0.01 0 0.94 0.25
HSL 60.67º 0.88% 0.4% -
HSV(B) 60.67º 0.94% 0.75% -
XYZ 39.68 48.11 7.54 -
YUV 170 38.84 141.55 -
System Red Green Blue C M Y K H S L
Decimal 189 191 12 0.01 0 0.94 0.25 60.67 0.88 0.4
Hex BD BF C 1 0 5E 19 3D 58 28
Octal 275 277 14 1 0 136 31 75 130 50
Binary 10111101 10111111 1100 1 0 1011110 11001 111101 1011000 101000

Color Harmonies of #BDBF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBF0C

Black with #BDBF0C

Text Example


Text Example

White with #BDBF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBF0C; }

 p { color: rgb(189,191,12); }

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

background-color css

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

 a { background-color: rgb(189,191,12); }

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

border-color css

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

 span { border-color: rgb(189,191,12); }

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