Html Css Color HEX #B0671A Golden Brown

📋 copy color: '#B0671A'

red 176 ◦ green 103 ◦ blue 26

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

Shades of Golden Brown #B0671A

Tints of Golden Brown #B0671A

RGB

 RED value IS 176 (69.14% from 255) = 57.7%

 GREEN value IS 103 (40.63% from 255) = 33.77%

 BLUE value IS 26 (10.55% from 255) = 8.52%

R = 57.7%
G = 33.77%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#B0671A (or 0xB0671A) is known color: Golden Brown. HEX triplet: B0, 67 and 1A. RGB value is (176,103,26). Sum of RGB (Red+Green+Blue) = 176+103+26=305 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.70% from 305); Green value is 103 (40.62% from 255 or 33.77% from 305); Blue value is 26 (10.55% from 255 or 8.52% from 305); Max value from RGB is 176 - color contains mainly: red. Hex color #B0671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #B0671A is #4F98E5. Grayscale: #747474. Windows color (decimal): -5216486 or 1730480. OLE color: 1730480.

HSL color Cylindrical-coordinate representation of color #B0671A: hue angle of 30.8º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B0671A is Cyan = 0, Magento = 0.41, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 103 26 -
CMYK 0 0.41 0.85 0.31
HSL 30.8º 0.74% 0.4% -
HSV(B) 30.8º 0.85% 0.69% -
XYZ 22.94 19.01 3.44 -
YUV 116.05 77.18 170.76 -
System Red Green Blue C M Y K H S L
Decimal 176 103 26 0 0.41 0.85 0.31 30.8 0.74 0.4
Hex B0 67 1A 0 29 55 1F 1F 4A 28
Octal 260 147 32 0 51 125 37 37 112 50
Binary 10110000 1100111 11010 0 101001 1010101 11111 11111 1001010 101000

Color Harmonies of #B0671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0671A

Black with #B0671A

Text Example


Text Example

White with #B0671A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0671A; }

 p { color: rgb(176,103,26); }

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

background-color css

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

 a { background-color: rgb(176,103,26); }

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

border-color css

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

 span { border-color: rgb(176,103,26); }

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