Html Css Color HEX #BDBA0C La Rioja

📋 copy color: '#BDBA0C'

red 189 ◦ green 186 ◦ blue 12

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

Shades of La Rioja #BDBA0C

Tints of La Rioja #BDBA0C

RGB

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

 GREEN value IS 186 (73.05% from 255) = 48.06%

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

R = 48.84%
G = 48.06%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.94

 K value IS 0.26

RGB Variations

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

Color information

#BDBA0C (or 0xBDBA0C) is known color: La Rioja. HEX triplet: BD, BA and 0C. RGB value is (189,186,12). Sum of RGB (Red+Green+Blue) = 189+186+12=387 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.84% from 387); Green value is 186 (73.05% from 255 or 48.06% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA0C is #4245F3. Grayscale: #A7A7A7. Windows color (decimal): -4343284 or 834237. OLE color: 834237.

HSL color Cylindrical-coordinate representation of color #BDBA0C: hue angle of 58.98º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BDBA0C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 186 12 -
CMYK 0 0.02 0.94 0.26
HSL 58.98º 0.88% 0.39% -
HSV(B) 58.98º 0.94% 0.74% -
XYZ 38.61 45.96 7.18 -
YUV 167.06 40.49 143.65 -
System Red Green Blue C M Y K H S L
Decimal 189 186 12 0 0.02 0.94 0.26 58.98 0.88 0.39
Hex BD BA C 0 2 5E 1A 3B 58 27
Octal 275 272 14 0 2 136 32 73 130 47
Binary 10111101 10111010 1100 0 10 1011110 11010 111011 1011000 100111

Color Harmonies of #BDBA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA0C

Black with #BDBA0C

Text Example


Text Example

White with #BDBA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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