Html Css Color HEX #BDBA12 La Rioja

📋 copy color: '#BDBA12'

red 189 ◦ green 186 ◦ blue 18

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

Shades of La Rioja #BDBA12

Tints of La Rioja #BDBA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.58%

R = 48.09%
G = 47.33%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BDBA12 (or 0xBDBA12) is known color: La Rioja. HEX triplet: BD, BA and 12. RGB value is (189,186,18). Sum of RGB (Red+Green+Blue) = 189+186+18=393 (52% of max value = 765). Red value is 189 (74.22% from 255 or 48.09% from 393); Green value is 186 (73.05% from 255 or 47.33% from 393); Blue value is 18 (7.42% from 255 or 4.58% from 393); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDBA12 is #4245ED. Grayscale: #A8A8A8. Windows color (decimal): -4343278 or 1227453. OLE color: 1227453.

HSL color Cylindrical-coordinate representation of color #BDBA12: hue angle of 58.95º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BDBA12 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 186 18 -
CMYK 0 0.02 0.90 0.26
HSL 58.95º 0.83% 0.41% -
HSV(B) 58.95º 0.9% 0.74% -
XYZ 38.65 45.98 7.41 -
YUV 167.75 43.49 143.16 -
System Red Green Blue C M Y K H S L
Decimal 189 186 18 0 0.02 0.90 0.26 58.95 0.83 0.41
Hex BD BA 12 0 2 5A 1A 3B 53 29
Octal 275 272 22 0 2 132 32 73 123 51
Binary 10111101 10111010 10010 0 10 1011010 11010 111011 1010011 101001

Color Harmonies of #BDBA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDBA12

Black with #BDBA12

Text Example


Text Example

White with #BDBA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDBA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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