Html Css Color HEX #BD8F1B Buddha Gold

📋 copy color: '#BD8F1B'

red 189 ◦ green 143 ◦ blue 27

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

Shades of Buddha Gold #BD8F1B

Tints of Buddha Gold #BD8F1B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 39.83%

 BLUE value IS 27 (10.94% from 255) = 7.52%

R = 52.65%
G = 39.83%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#BD8F1B (or 0xBD8F1B) is known color: Buddha Gold. HEX triplet: BD, 8F and 1B. RGB value is (189,143,27). Sum of RGB (Red+Green+Blue) = 189+143+27=359 (47% of max value = 765). Red value is 189 (74.22% from 255 or 52.65% from 359); Green value is 143 (56.25% from 255 or 39.83% from 359); Blue value is 27 (10.94% from 255 or 7.52% from 359); Max value from RGB is 189 - color contains mainly: red. Hex color #BD8F1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BD8F1B is #4270E4. Grayscale: #909090. Windows color (decimal): -4354277 or 1806269. OLE color: 1806269.

HSL color Cylindrical-coordinate representation of color #BD8F1B: hue angle of 42.96º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BD8F1B is Cyan = 0, Magento = 0.24, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 143 27 -
CMYK 0 0.24 0.86 0.26
HSL 42.96º 0.75% 0.42% -
HSV(B) 42.96º 0.86% 0.74% -
XYZ 31.01 30.54 5.3 -
YUV 143.53 62.24 160.43 -
System Red Green Blue C M Y K H S L
Decimal 189 143 27 0 0.24 0.86 0.26 42.96 0.75 0.42
Hex BD 8F 1B 0 18 56 1A 2B 4B 2A
Octal 275 217 33 0 30 126 32 53 113 52
Binary 10111101 10001111 11011 0 11000 1010110 11010 101011 1001011 101010

Color Harmonies of #BD8F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD8F1B

Black with #BD8F1B

Text Example


Text Example

White with #BD8F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD8F1B; }

 p { color: rgb(189,143,27); }

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

background-color css

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

 a { background-color: rgb(189,143,27); }

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

border-color css

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

 span { border-color: rgb(189,143,27); }

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